OLE client - translation to English
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

OLE client - translation to English

INTER-PROCESS COMMUNICATION MECHANISM DEVELOPED BY MICROSOFT
ActiveX Automation; COM Automation; OLE automation; OLE automation client; OLE automation controller; OLE automation server; COM automation; ActiveX automation; Activex automation; OLE client

OLE client         
OLE Client, ein Client zur Objektebindung und -einbau, eine Applikation die Informationen in Form von Objekten bekommen kann
OLE Client      
OLE client, application which can receive information in the form of an embedded object
client application         
  • alt=
  • A thin client computer
PIECE OF SOFTWARE ACCESSING A SERVER SERVICE
Client (Computing); Internet Clients; Client software; Client Application; Client application; Client Program; Client Software; Client program; Client computer; Client machine; Fat protocol; Software client; Client (software); Executable client; Client (Internet game); Clients (computing)
Klient zur Objektebindung und -einbau, eine Applikation die Informationen in Form von Objekten bekommen kann

Wikipedia

OLE Automation

In Microsoft Windows applications programming, OLE Automation (later renamed to simply Automation) is an inter-process communication mechanism created by Microsoft. It is based on a subset of Component Object Model (COM) that was intended for use by scripting languages – originally Visual Basic – but now is used by several languages on Windows. All automation objects are required to implement the IDispatch interface. It provides an infrastructure whereby applications called automation controllers can access and manipulate (i.e. set properties of or call methods on) shared automation objects that are exported by other applications. It supersedes Dynamic Data Exchange (DDE), an older mechanism for applications to control one another. As with DDE, in OLE Automation the automation controller is the "client" and the application exporting the automation objects is the "server".

Contrary to its name, automation objects do not necessarily use Microsoft OLE, although some Automation objects can be used in OLE environments. The confusion has its roots in Microsoft's earlier definition of OLE, which was previously more or less a synonym of COM.